add gdefault in nvim config
This commit is contained in:
parent
9d1787a6c0
commit
30c14ac2c9
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ in {
|
||||||
useSystemClipboard = false;
|
useSystemClipboard = false;
|
||||||
|
|
||||||
luaConfigPost = concatStrings [
|
luaConfigPost = concatStrings [
|
||||||
|
# no need to add /g at the end of a search and replace
|
||||||
|
''
|
||||||
|
vim.opt.gdefault = true
|
||||||
|
''
|
||||||
# https://github.com/NotAShelf/nyx/blob/main/homes/notashelf/programs/terminal/editors/neovim/lua/core.lua#L34-L42
|
# https://github.com/NotAShelf/nyx/blob/main/homes/notashelf/programs/terminal/editors/neovim/lua/core.lua#L34-L42
|
||||||
''
|
''
|
||||||
vim.opt.formatoptions:remove('c')
|
vim.opt.formatoptions:remove('c')
|
||||||
|
|
Loading…
Reference in a new issue