feat: up flake, configure dap for rust and change some neovim defaults
This commit is contained in:
parent
9429111cee
commit
33cd62170b
7 changed files with 39 additions and 47 deletions
|
|
@ -7,6 +7,9 @@ return {
|
|||
spell = false, -- sets vim.opt.spell
|
||||
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
|
||||
wrap = false, -- sets vim.opt.wrap
|
||||
autochdir = true, -- automatically change the current directory
|
||||
autowrite = true, -- write file on modification
|
||||
grepprg = "rg --vimgrep", -- use ripgrep on grep actions
|
||||
},
|
||||
g = {
|
||||
mapleader = " ", -- sets vim.g.mapleader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue