neovim start
This commit is contained in:
11
home-modules/nvim-lua/plugin/other.lua
Normal file
11
home-modules/nvim-lua/plugin/other.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Lualine
|
||||
require("lualine").setup({
|
||||
icons_enabled = true,
|
||||
theme = 'onedark',
|
||||
})
|
||||
|
||||
-- Colorscheme
|
||||
vim.cmd("colorscheme gruvbox")
|
||||
|
||||
-- Comment
|
||||
require("Comment").setup()
|
||||
Reference in New Issue
Block a user