Improve nvim configuration
This commit is contained in:
parent
77a7982f2c
commit
9ebde5fb79
5 changed files with 23 additions and 5 deletions
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
'andre-kotake/nvim-chezmoi',
|
||||
},
|
||||
}
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
|
@ -20,7 +20,6 @@ require('lazy').setup({
|
|||
-- Use `opts = {}` to force a plugin to be loaded.
|
||||
--
|
||||
|
||||
|
||||
-- modular approach: using `require 'path/name'` will
|
||||
-- include a plugin definition from file lua/path/name.lua
|
||||
|
||||
|
@ -42,7 +41,7 @@ require('lazy').setup({
|
|||
|
||||
require 'kickstart/plugins/mini',
|
||||
|
||||
require 'kickstart/plugins/treesitter',
|
||||
-- require 'kickstart/plugins/treesitter',
|
||||
|
||||
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||
|
@ -64,7 +63,7 @@ require('lazy').setup({
|
|||
--
|
||||
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
|
||||
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
|
||||
-- { import = 'custom.plugins' },
|
||||
{ import = 'custom.plugins' },
|
||||
}, {
|
||||
ui = {
|
||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue