mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
docs(neovim): Code comments improved
This commit is contained in:
@@ -271,7 +271,6 @@ return {
|
||||
"python",
|
||||
"dockerfile",
|
||||
"latex",
|
||||
"norg",
|
||||
"scss",
|
||||
"tsx",
|
||||
"vue",
|
||||
@@ -280,7 +279,6 @@ return {
|
||||
},
|
||||
|
||||
auto_install = true,
|
||||
-- highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
||||
incremental_selection = {
|
||||
|
||||
@@ -18,7 +18,7 @@ return {
|
||||
|
||||
-- TIP: `nvim-lspconfig` has default LSP configs in its DB which saves time
|
||||
-- Useful even after NeoVim 0.11, which made LSP setup much easier
|
||||
-- Configs in `nvim/lsp/*` are APPENDED to each LSP setup here
|
||||
-- Configs in ../../lsp/* are APPENDED to each LSP setup here
|
||||
require("mason-lspconfig").setup({
|
||||
handlers = {
|
||||
function(server_name)
|
||||
|
||||
@@ -371,7 +371,7 @@ return {
|
||||
cond = require("config.util").is_not_vscode(),
|
||||
event = "BufReadPre",
|
||||
opts = {
|
||||
-- Session files stored at: ~/.config/nvim/sessions/
|
||||
-- ~/.config/nvim/sessions/
|
||||
dir = vim.fn.expand(vim.fn.stdpath("config") .. "/sessions/"),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user