minor updates
This commit is contained in:
parent
a01c1bd837
commit
33eca41435
2 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
" Find more examples here: https://jb.gg/share-ideavimrc
|
||||
|
||||
" UI/UX
|
||||
set scrolloff=15
|
||||
set scrolloff=10
|
||||
set autoindent
|
||||
set relativenumber
|
||||
set showcmd
|
||||
|
|
@ -108,6 +108,9 @@ let g:WhichKeyDesc_Commentary = "<leader>gc Comment"
|
|||
" vmap <leader>lf <Action>(ReformatCode)<ESC>
|
||||
nmap <leader>lr <Action>(RenameElement)
|
||||
|
||||
" Actions
|
||||
nmap <leader>ps <Action>(QuickList.SSH Actions)
|
||||
|
||||
"" git operation
|
||||
nmap <leader>gt <Action>(ActivateCommitToolWindow)
|
||||
" nmap <leader>gC <Action>(Vcs.ShowTabbedFileHistory)
|
||||
|
|
|
|||
|
|
@ -130,6 +130,8 @@ vim.filetype.add({
|
|||
log = "log",
|
||||
conf = "conf",
|
||||
env = "dotenv",
|
||||
yml = 'yaml.ansible',
|
||||
yaml = 'yaml.ansible',
|
||||
},
|
||||
-- Detect and apply filetypes based on the entire filename
|
||||
filename = {
|
||||
|
|
@ -156,6 +158,7 @@ vim.lsp.enable({
|
|||
"pyright",
|
||||
"ruff",
|
||||
"rust_analyzer",
|
||||
"ansiblels",
|
||||
})
|
||||
|
||||
vim.diagnostic.config({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue