feat(nvim): add common-lisp stuff

This commit is contained in:
buffet 2023-02-27 15:56:01 +01:00
parent 840e0d2670
commit 3ea7f8f494

View file

@ -31,6 +31,7 @@
"cmp-git"
"gh-nvim"
"rust-tools-nvim"
"vlime"
];
in
with pkgs.vimPlugins;
@ -51,7 +52,9 @@
{plugin = rust-vim;}
{plugin = tabular;}
{plugin = vim-nix;}
{plugin = vim-parinfer;}
{plugin = vim-repeat;}
{plugin = vlime;}
{
plugin = cmp-git;
@ -248,11 +251,6 @@
'';
}
{
plugin = nvim-autopairs;
config = "lua require 'nvim-autopairs'.setup {}";
}
{
plugin = nvim-cmp;
config = ''
@ -410,6 +408,7 @@
tree-sitter-clojure
tree-sitter-cmake
tree-sitter-comment
tree-sitter-commonlisp
tree-sitter-cpp
tree-sitter-css
tree-sitter-devicetree
@ -434,6 +433,7 @@
tree-sitter-rst
tree-sitter-rust
tree-sitter-sql
tree-sitter-scheme
tree-sitter-svelte
tree-sitter-toml
tree-sitter-typescript