diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 16:11:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 16:11:06 +0300 |
commit | 8419ce349276901b99548c8ffdcf5598ae15317c (patch) | |
tree | 5bcd68f18ded3d3ba73c0bb325227ef3b21d60d3 /lua/plugins | |
parent | aa1b9a12010b29502cbec822d3a20c0c90b34e34 (diff) | |
download | nvim-config-8419ce349276901b99548c8ffdcf5598ae15317c.tar.xz nvim-config-8419ce349276901b99548c8ffdcf5598ae15317c.zip |
Installed some plugins
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/plugins')
-rw-r--r-- | lua/plugins/comment.lua | 1 | ||||
-rw-r--r-- | lua/plugins/treesitter.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua new file mode 100644 index 0000000..933d7b7 --- /dev/null +++ b/lua/plugins/comment.lua @@ -0,0 +1 @@ +require('Comment').setup {} diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua new file mode 100644 index 0000000..003dbb9 --- /dev/null +++ b/lua/plugins/treesitter.lua @@ -0,0 +1 @@ +require('nvim-treesitter').setup {} |