chore: import nixos files
This commit is contained in:
parent
5ea6b4bd06
commit
6823f37d6b
42 changed files with 1520 additions and 60 deletions
14
neovim/treesitter.lua
Normal file
14
neovim/treesitter.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
require('nvim-treesitter.configs').setup({
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "v",
|
||||
node_decremental = "<",
|
||||
node_incremental = ">",
|
||||
scope_incremental = false,
|
||||
},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue