Edited nvim
This commit is contained in:
22
roles/nvim/files/init.lua
Executable file → Normal file
22
roles/nvim/files/init.lua
Executable file → Normal file
@@ -27,20 +27,24 @@ require("lazy").setup({
|
|||||||
name = "catppuccin.vim",
|
name = "catppuccin.vim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme("catppuccin")
|
vim.cmd.colorscheme("catppuccin-macchiato")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Syntax highlighting support
|
-- Syntax highlighting support
|
||||||
"elkowar/yuck.vim",
|
-- "fladson/vim-kitty",
|
||||||
"fladson/vim-kitty",
|
|
||||||
-- Use "gc" to comment visual regions/lines
|
|
||||||
{ "numToStr/Comment.nvim", opts = {} },
|
|
||||||
|
|
||||||
-- Detect tabstop and shiftwidth automatically
|
-- Comment visual regions/lines
|
||||||
-- "tpope/vim-sleuth",
|
"numToStr/Comment.nvim",
|
||||||
|
|
||||||
-- Add indentation guides even on blank lines ???
|
-- Autoclose brackets
|
||||||
|
{ "m4xshen/autoclose.nvim", opts = {} },
|
||||||
|
{ "windwp/nvim-ts-autotag", opts = {}, lazy = false }, -- Doesn't work?
|
||||||
|
|
||||||
|
-- Surround selection
|
||||||
|
"tpope/vim-surround",
|
||||||
|
|
||||||
|
-- Add indentation guides
|
||||||
{
|
{
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
@@ -60,7 +64,7 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- LSP (Configuration under "lspconfig")
|
-- LSP
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
- maven
|
- maven
|
||||||
- rustup
|
- rustup
|
||||||
- npm
|
- npm
|
||||||
|
- go
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- programming_pkgs
|
- programming_pkgs
|
||||||
@@ -133,6 +134,7 @@
|
|||||||
- yt-dlp
|
- yt-dlp
|
||||||
- nvtop
|
- nvtop
|
||||||
- nemo
|
- nemo
|
||||||
|
- nemo-fileroller
|
||||||
- mpv
|
- mpv
|
||||||
# Device configuration
|
# Device configuration
|
||||||
#- openrazer-daemon
|
#- openrazer-daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user