mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Cleanup neovim config
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -28,11 +28,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1666903647,
|
"lastModified": 1666990295,
|
||||||
"narHash": "sha256-sFI1Gh9DTGzHnBINondupUGYbe+T0wZcpcZjkW0qffM=",
|
"narHash": "sha256-JPMTX8W36IPV1jmKV1qEhNBI4MbIPYsnccWyTUlSiG0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "213a06295dff96668a1d673b9fd1c03ce1de6745",
|
"rev": "423211401c245934db5052e3867cac704f658544",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -370,7 +370,6 @@ in {
|
|||||||
cmp-path
|
cmp-path
|
||||||
cmp-treesitter
|
cmp-treesitter
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
friendly-snippets
|
|
||||||
gitlinker-nvim
|
gitlinker-nvim
|
||||||
gitsigns-nvim
|
gitsigns-nvim
|
||||||
gruvbox-nvim
|
gruvbox-nvim
|
||||||
@@ -379,9 +378,7 @@ in {
|
|||||||
nvim-cmp
|
nvim-cmp
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-tree-lua
|
nvim-tree-lua
|
||||||
/*
|
nvim-treesitter
|
||||||
nvim-treesitter installed with packer for now
|
|
||||||
*/
|
|
||||||
nvim-ts-rainbow
|
nvim-ts-rainbow
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
packer-nvim
|
packer-nvim
|
||||||
|
@@ -113,8 +113,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
|
|||||||
-- packer {{{1 -------------------------------------------------------------------
|
-- packer {{{1 -------------------------------------------------------------------
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
require("packer").startup(function()
|
require("packer").startup(function()
|
||||||
-- use({ "ms-jpq/coq.artifacts", branch = "artifacts" })
|
-- use({ "nvim-treesitter/nvim-treesitter" })
|
||||||
use({ "nvim-treesitter/nvim-treesitter" })
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user